Package com.cisco.pt.ipc.sim.pdu
Interface CDPVoipVlan
- All Superinterfaces:
CDPTypeLengthValue,IPCData,Pdu,Signal
- All Known Implementing Classes:
CDPVoipVlanImpl
-
Method Summary
Methods inherited from interface com.cisco.pt.ipc.sim.pdu.CDPTypeLengthValue
getCdpLength, getCdpType, setCdpLength, setCdpTypeMethods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getVlan
int getVlan()- Returns:
- int Returns a int
-
setVlan
void setVlan(int vlan) - Parameters:
vlan- Takes in a parameter of vlan
-